3.121 \(\int \frac {x^2 (a c+b c x^2)}{a+b x^2} \, dx\)

Optimal. Leaf size=8 \[ \frac {c x^3}{3} \]

[Out]

1/3*c*x^3

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.087, Rules used = {21, 30} \[ \frac {c x^3}{3} \]

Antiderivative was successfully verified.

[In]

Int[(x^2*(a*c + b*c*x^2))/(a + b*x^2),x]

[Out]

(c*x^3)/3

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {x^2 \left (a c+b c x^2\right )}{a+b x^2} \, dx &=c \int x^2 \, dx\\ &=\frac {c x^3}{3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 8, normalized size = 1.00 \[ \frac {c x^3}{3} \]

Antiderivative was successfully verified.

[In]

Integrate[(x^2*(a*c + b*c*x^2))/(a + b*x^2),x]

[Out]

(c*x^3)/3

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 6, normalized size = 0.75 \[ \frac {1}{3} \, c x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*c*x^2+a*c)/(b*x^2+a),x, algorithm="fricas")

[Out]

1/3*c*x^3

________________________________________________________________________________________

giac [A]  time = 0.34, size = 6, normalized size = 0.75 \[ \frac {1}{3} \, c x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*c*x^2+a*c)/(b*x^2+a),x, algorithm="giac")

[Out]

1/3*c*x^3

________________________________________________________________________________________

maple [A]  time = 0.00, size = 7, normalized size = 0.88 \[ \frac {c \,x^{3}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(b*c*x^2+a*c)/(b*x^2+a),x)

[Out]

1/3*c*x^3

________________________________________________________________________________________

maxima [A]  time = 0.97, size = 6, normalized size = 0.75 \[ \frac {1}{3} \, c x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*c*x^2+a*c)/(b*x^2+a),x, algorithm="maxima")

[Out]

1/3*c*x^3

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 6, normalized size = 0.75 \[ \frac {c\,x^3}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2*(a*c + b*c*x^2))/(a + b*x^2),x)

[Out]

(c*x^3)/3

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 5, normalized size = 0.62 \[ \frac {c x^{3}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(b*c*x**2+a*c)/(b*x**2+a),x)

[Out]

c*x**3/3

________________________________________________________________________________________